AmTestImportBatch 
Logical Entity Name  AmTestImportBatch 
Default Table Name  AmTestImportBatch 
Physical Only  NO 
Definition 
 
Note 
 

AmTestImportBatch Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AmTestImportBatchID(PK)    int  NO 
 
AmTestImportFileLayoutID(FK)    int  NO 
 
BatchName    varchar(500)  NO 
 
FileName    varchar(500)  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

AmTestImportBatch Primary and Unique Keys 
Key Name  Key Type  Keys 
Uk_AmTestImportBatch_BatchName  Index  BatchName 
Pk_AmTestImportBatchAmTestImportBatchID  PrimaryKey  AmTestImportBatchID 

AmTestImportBatch Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AmTestImportFileLayout  Non-Identifying  One To Zero or More  FK_AmTestImportBatchAmTestImportFileLayoutID_AmTestImportFileLayoutAmTestImportFileLayoutID      AmTestImportFileLayoutID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AmTestImportBatchUserID_SyStaffSyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
AmTestImport  Non-Identifying  One To Zero or More  FK_AmTestImportAmTestImportBatchID_AmTestImportBatchAmTestImportBatchID        NO  YES 

AmTestImportBatch Check Constraints 
Check Constraint Name  CheckConstraint